home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / NI9210 / NI9210O.ZIP / @0FDF.ADF next >
Encoding:
Text File  |  1990-04-04  |  5.8 KB  |  136 lines

  1.  
  2. AdapterID 00fdfh
  3.  
  4. AdapterName  "NI9210 Micro Channel Network Controller"
  5.  
  6. NumBytes 4
  7.  
  8.  
  9. NamedItem
  10.         Prompt "I/O Base Address"
  11.       choice "IOBA=300"  pos[1]=00011000b  io 0300h-031Fh
  12.       choice "IOBA=400"  pos[1]=00100000b  io 0400h-041Fh
  13.       choice "IOBA=500"  pos[1]=00101000b  io 0500h-051Fh
  14.       choice "IOBA=600"  pos[1]=00110000b  io 0600h-061Fh
  15.       choice "IOBA=700"  pos[1]=00111000b  io 0700h-071Fh
  16.       choice "IOBA=800"  pos[1]=01000000b  io 0800h-081Fh
  17.       choice "IOBA=900"  pos[1]=01001000b  io 0900h-091Fh
  18.       choice "IOBA=A00"  pos[1]=01010000b  io 0A00h-0A1Fh
  19.       choice "IOBA=B00"  pos[1]=01011000b  io 0B00h-0B1Fh
  20.       choice "IOBA=C00"  pos[1]=01100000b  io 0C00h-0C1Fh
  21.       choice "IOBA=D00"  pos[1]=01101000b  io 0D00h-0D1Fh
  22.       choice "IOBA=E00"  pos[1]=01110000b  io 0E00h-0E1Fh
  23.       choice "IOBA=F00"  pos[1]=01111000b  io 0F00h-0F1Fh
  24.       choice "IOBA=1000" pos[1]=10000000b  io 1000h-101Fh
  25.       choice "IOBA=1100" pos[1]=10001000b  io 1100h-111Fh
  26.       choice "IOBA=1200" pos[1]=10010000b  io 1200h-121Fh
  27.  
  28.    Help
  29. "I/O Base Address. This address identifies the NI9210 within
  30. your PS/2's I/O Address Space. Valid addresses are in the range
  31. 0300(hex) to 1FE0(hex), on boundaries of 1F. No two adapter
  32. cards can have the same I/O base address. A conflict is marked
  33. by an asterisk and must be changed to use the adapter. 
  34. Use the F5=Previous and the F6=Next keys to change the I/O Base 
  35. Address if you are in the  'Change configuration' window." 
  36.  
  37. NamedItem
  38.         Prompt "Boot PROM Select"
  39.       choice "Boot PROM Disable" pos[2]=xxx10001b 
  40.       choice "Boot PROM @D4000 " pos[2]=xxx10100b mem 0D4000h-0D5FFFh
  41.       choice "Boot PROM @D6000 " pos[2]=xxx10110b mem 0D6000h-0D7FFFh
  42.       choice "Boot PROM @D8000 " pos[2]=xxx11000b mem 0D8000h-0D9FFFh
  43.       choice "Boot PROM @C4000 " pos[2]=xxx00100b mem 0C4000h-0C5FFFh
  44. Help
  45. "Boot PROM. The Boot PROM address is the location of the Boot 
  46. PROM chip in your PS/2's ROM expansion area. Valid addresses are in 
  47. the range 0C0000 (hex) to 0DFFFF (hex). No other device can have the 
  48. same address as the Boot PROM chip. A conflict is marked by an asterisk
  49. and must be changed to use the adapter. 
  50. Use the F5=Previous and the F6=Next keys to change the Boot PROM address,
  51. if you are in the 'Change configuration' window."
  52.  
  53. NamedItem
  54.         Prompt "Memory Base address Select"
  55.       choice "MBA=0C0000"  pos[3]=00000110b
  56.                            pos[2]=000xxxxxb mem 0C0000h-0C3FFFh
  57.  
  58.       choice "MBA=0C4000"  pos[3]=00000110b
  59.                            pos[2]=001xxxxxb mem 0C4000h-0C7FFFh
  60.  
  61.       choice "MBA=0C8000"  pos[3]=00000110b
  62.                            pos[2]=010xxxxxb mem 0C8000h-0CBFFFh
  63.  
  64.       choice "MBA=0CC000"  pos[3]=00000110b
  65.                            pos[2]=011xxxxxb mem 0CC000h-0CFFFFh
  66.  
  67.       choice "MBA=0D0000"  pos[3]=00000110b
  68.                            pos[2]=100xxxxxb mem 0D0000h-0D3FFFh
  69.  
  70.       choice "MBA=0D4000"  pos[3]=00000110b
  71.                            pos[2]=101xxxxxb mem 0D4000h-0D7FFFh
  72.  
  73.       choice "MBA=0D8000"  pos[3]=00000110b
  74.                            pos[2]=110xxxxxb mem 0D8000h-0DBFFFh
  75.  
  76.       choice "MBA=0DC000"  pos[3]=00000110b
  77.                            pos[2]=111xxxxxb mem 0DC000h-0DFFFFh
  78.  
  79.    Help
  80. "Memory Base Address. The memory base address marks the start of the 
  81. NI9210's RAM in the memory address space of your PS/2. Valid addresses
  82. for applications using DOS are only in the range 0C0000(hex) to 0DFFFF
  83. (hex). OS/2 applications can also use addresses in this range, and can also 
  84. use addresses in the range 160000(hex) to FDFFFF(hex). No two adapter 
  85. cards can have the same memory base address.
  86. Conflicting assignments are marked with an asterisk and must be 
  87. changed to use the adapter. Use the F5=Previous and the F6=Next keys 
  88. to change the Memory Base address if you are in the 
  89. 'Change configuration' window."
  90.  
  91. NamedItem
  92.         Prompt "Interrupt Level Select"
  93.       choice "IL=03       "  pos[0]=xxxxx11xb int 3
  94.       choice "IL=09       "  pos[0]=xxxxx00xb int 9
  95.       choice "IL=10       "  pos[0]=xxxxx01xb int 10
  96.       choice "IL=11       "  pos[0]=xxxxx10xb int 11
  97.       choice "Card disable"  pos[0]=xxxxxxx0b
  98.  
  99.    Help
  100. "IRQ Level. This setting determines the priority at which 
  101. interrupts from the board will be processed by your PS/2's 
  102. CPU. Only the following IRQ levels can be enabled on the
  103. NI9210:3, 9, 10, 11. Conflicting assignments are marked with 
  104. an asterisk and must be changed to use the adapter. 
  105. Use the F5=Previous and the F6=Next keys to change serial port
  106. assignments if you are in the 'Change configuration' window."
  107.  
  108.   NamedItem
  109.         Prompt "Arbitration Level Select"
  110.       choice "Bus Master Disable"  pos[0]=xxxx0xxxb
  111.       choice "ArbL=00"             pos[0]=xx001xxxb arb 0
  112.       choice "ArbL=01"             pos[0]=xx011xxxb arb 1
  113.       choice "ArbL=02"             pos[0]=xx101xxxb arb 2
  114.       choice "ArbL=03"             pos[0]=xx111xxxb arb 3
  115.  
  116.    Help
  117. "Arbitration Level. This setting determines the priority at which
  118. competing devices are granted control of the Micro Channel bus. 
  119. Only the following arbitration levels can be enabled on the NI9210:
  120. 0,1,2,3. No other adapter card can have the same arbitration level
  121. as the NI9210. Conflicting assignments are marked with an asterisk 
  122. and must be changed to use the adapter.
  123. Use the F5=Previous and the F6=Next keys to change serial port
  124. assignments if you are in the 'Change configuration' window."
  125.  
  126. NamedItem
  127.         Prompt "Memory Size 16K or 64K"
  128.       choice "16k"                 pos[0]=1xxxxxxxb 
  129.     
  130.    Help
  131. "This setting informs the PS/2 of how much RAM is present on the NI9210.
  132. NI9210's are sold with either 16K or 64K of RAM.  Use the F5=Previous
  133. and the F6=Next keys (from the 'Change configuration' window) to set
  134. this parameter to the correct value."
  135.  
  136.